docs: replace all figures with headings and images
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 4 Feb 2014 22:20:43 +0000 (17:20 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 4 Feb 2014 22:20:43 +0000 (17:20 -0500)
gdk/gdkpango.c
gtk/gtkapplication.c
gtk/gtkcssprovider.c

index b1d4eca2c7199f6de5fb37f7cb6c276051853d47..e95d8cecc853420cfc90c3c46633ab699377cbcd 100644 (file)
  * g_object_unref (context);
  * ]|
  *
- * <figure>
- *   <title>Output of <xref linkend="rotated-example"/></title>
- *   <graphic fileref="rotated-text.png" format="PNG"/>
- * </figure>
+ * ## Output of <xref linkend="rotated-example"/>
+ *
+ * ![](rotated-text.png)
  */
 
 /* Get a clip region to draw only part of a layout. index_ranges
index e4cbea9c7c88ee3bef670737391eda38c059cac3..ae479b401c3667183dc61269cf24b0a3364d0ab6 100644 (file)
  * GTK+ displays these menus as expected, depending on the platform
  * the application is running on.
  *
- * <figure label="Menu integration in OS X">
- * <graphic fileref="bloatpad-osx.png" format="PNG"/>
- * </figure>
+ * ## Menu integration in OS X
  *
- * <figure label="Menu integration in GNOME">
- * <graphic fileref="bloatpad-gnome.png" format="PNG"/>
- * </figure>
+ * ![](bloatpad-osx.png)
  *
- * <figure label="Menu integration in Xfce">
- * <graphic fileref="bloatpad-xfce.png" format="PNG"/>
- * </figure>
+ * ## Menu integration in GNOME
+ *
+ * ![](bloatpad-gnome.png)
+ *
+ * ## Menu integration in Xfce
+ *
+ * ![](bloatpad-xfce.png)
  *
  * ## A simple application ## {#gtkapplication}
  *
index c449175c08af3766b896cdf079b5083a013c8c4e..7f5843ce27fec460583bd7382aa75cfb21b446ea 100644 (file)
  * animation will be repated until the state changes again.
  * The option after the duration determines the transition function from a
  * small set of predefined functions.
- * <figure><title>Linear transition</title>
- * <graphic fileref="linear.png" format="PNG"/>
- * </figure>
- * <figure><title>Ease transition</title>
- * <graphic fileref="ease.png" format="PNG"/>
- * </figure>
- * <figure><title>Ease-in-out transition</title>
- * <graphic fileref="ease-in-out.png" format="PNG"/>
- * </figure>
- * <figure><title>Ease-in transition</title>
- * <graphic fileref="ease-in.png" format="PNG"/>
- * </figure>
- * <figure><title>Ease-out transition</title>
- * <graphic fileref="ease-out.png" format="PNG"/>
- * </figure>
+ *
+ * ## Linear transition
+ *
+ * ![](linear.png)
+ *
+ * ## Ease transition
+ *
+ * ![](ease.png)
+ *
+ * ## Ease-in-out transition
+ *
+ * ![](ease-in-out.png)
+ *
+ * ## Ease-in transition
+ *
+ * ![](ease-in.png)
+ *
+ * ## Ease-out transition
+ *
+ * ![](ease-out.png)
  *
  * ## Supported properties
  *